home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / ucvcn / nsUCvCnCID.h
Encoding:
C/C++ Source or Header  |  2006-05-08  |  5.3 KB  |  129 lines

  1. /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/MPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is Mozilla Communicator client code.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either of the GNU General Public License Version 2 or later (the "GPL"),
  26.  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the MPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the MPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. #ifndef nsUCvCnCID_h___
  39. #define nsUCvCnCID_h___
  40.  
  41. #include "nsISupports.h"
  42.  
  43. // Class ID for our GB2312ToUnicode charset converter// {379C2774-EC77-11d2-8AAC-00600811A836}
  44. #define NS_GB2312TOUNICODE_CID \
  45.   { 0x379c2774, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
  46.  
  47. // Class ID for our ISO2022CNToUnicode charset converter
  48. // {BA615199-1DFA-11d3-B3BF-00805F8A6670}
  49. #define NS_ISO2022CNTOUNICODE_CID \
  50.   { 0xba615199, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  51.  
  52. // Class ID for our HZToUnicode charset converter
  53. // {BA61519A-1DFA-11d3-B3BF-00805F8A6670}
  54. #define NS_HZTOUNICODE_CID \
  55.   { 0xba61519a, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  56.  
  57. // Class ID for our GBKToUnicode charset converter
  58. // {BA61519E-1DFA-11d3-B3BF-00805F8A6670}
  59. #define NS_GBKTOUNICODE_CID \
  60.   { 0xba61519e, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  61.  
  62. // Class ID for our UnicodeToGB2312 charset converter
  63. // {379C2777-EC77-11d2-8AAC-00600811A836}
  64. #define NS_UNICODETOGB2312_CID \
  65.   { 0x379c2777, 0xec77, 0x11d2, {0x8a, 0xac, 0x0, 0x60, 0x8, 0x11, 0xa8, 0x36}}
  66.  
  67. #ifdef MOZ_EXTRA_X11CONVERTERS
  68. // Class ID for our UnicodeToGB2312GL charset converter
  69. // {BA615196-1DFA-11d3-B3BF-00805F8A6670}
  70. #define NS_UNICODETOGB2312GL_CID \
  71.   { 0xba615196, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  72. #endif
  73.  
  74. // Class ID for our UnicodeToGBK charset converter
  75. // {BA61519B-1DFA-11d3-B3BF-00805F8A6670}
  76. #define NS_UNICODETOGBK_CID \
  77.   { 0xba61519b, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  78.  
  79. #ifdef MOZ_EXTRA_X11CONVERTERS
  80. // Class ID for our UnicodeToGBKNoAscii charset converter
  81. // {af0de730-1dd1-11b2-a8a1-b60772efe214}
  82. #define NS_UNICODETOGBKNOASCII_CID \
  83.   { 0xaf0de730, 0x1dd1, 0x11b2, {0xa8, 0xa1, 0xb6, 0x07, 0x72, 0xef, 0xe2, 0x14}}
  84. #endif
  85.  
  86. // Class ID for our UnicodeToISO2022CN charset converter
  87. // {BA61519C-1DFA-11d3-B3BF-00805F8A6670}
  88. #define NS_UNICODETOISO2022CN_CID \
  89.   { 0xba61519c, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  90.  
  91. // Class ID for our UnicodeToHZ charset converter
  92. // {BA61519D-1DFA-11d3-B3BF-00805F8A6670}
  93. #define NS_UNICODETOHZ_CID \
  94.   { 0xba61519d, 0x1dfa, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  95.  
  96. // Class ID for our CP936ToUnicode charset converter
  97. // {9416BFC0-1F93-11d3-B3BF-00805F8A6670}
  98. #define NS_CP936TOUNICODE_CID \
  99.   { 0x9416bfc0, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  100.  
  101. // Class ID for our UnicodeToCP936 charset converter
  102. // {9416BFC1-1F93-11d3-B3BF-00805F8A6670}
  103. #define NS_UNICODETOCP936_CID \
  104.   { 0x9416bfc1, 0x1f93, 0x11d3, {0xb3, 0xbf, 0x0, 0x80, 0x5f, 0x8a, 0x66, 0x70}}
  105.  
  106. // Class ID for our UnicodeToGB18030 charset converter
  107. // {A59DA932-4091-11d5-A145-005004832142}
  108. #define NS_UNICODETOGB18030_CID \
  109.   { 0xa59da932, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } }
  110.  
  111. #ifdef MOZ_EXTRA_X11CONVERTERS
  112. // Class ID for our UnicodeToGB18030Font0 charset converter
  113. // {A59DA933-4091-11d5-A145-005004832142}
  114. #define NS_UNICODETOGB18030Font0_CID \
  115.   { 0xa59da933, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } }
  116.  
  117. // Class ID for our UnicodeToGB18030Font1 charset converter
  118. // {A59DA934-4091-11d5-A145-005004832142}
  119. #define NS_UNICODETOGB18030Font1_CID \
  120.   { 0xa59da934, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } }
  121. #endif
  122.  
  123. // Class ID for our GBKToUnicode charset converter
  124. // {A59DA935-4091-11d5-A145-005004832142}
  125. #define NS_GB18030TOUNICODE_CID \
  126.   { 0xa59da935, 0x4091, 0x11d5, { 0xa1, 0x45, 0x0, 0x50, 0x4, 0x83, 0x21, 0x42 } }
  127.  
  128. #endif /* nsUCvCnCID_h___ */
  129.